home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / util4 / sort146e.rdm < prev    next >
Text File  |  1996-02-22  |  2KB  |  79 lines

  1. Short:    Sorts ASCII-Files, FAAAAST, many different features
  2. Author:   wernerr@iee1.et.tu-dresden.de (Ruediger Werner)
  3. Uploader: wernerr@iee1.et.tu-dresden.de (Ruediger Werner)
  4. Type:     util/sys
  5.  
  6.     sort        Version 1.46e        by Rüdiger Werner
  7.  
  8.  
  9. NAME
  10.     sort
  11.  
  12. VERSION
  13.     Version 1.46e
  14.  
  15. SYNOPSIS
  16.     sort <infile1> [<infile2> ... <outfile>] [-acCdeEfgijJlnNopPrsSvx]
  17.  
  18. DESCRIPTION
  19.  
  20.     sort does, what its name says -- it sorts ASCII-files in
  21. alphabetical order.
  22. There are many features (see doc-file) for manipulating the file(s) which
  23. are to be sorted.
  24. It works from Shell only. The sorting algorithm is very fast (Try it!!).
  25.  
  26. I had to sort some large files. I searched for a usable sort-program,
  27. but I didn't found.
  28. Anyway, I implemented an algorithm and added some useful other features
  29. like erasing empty or double lines or picking out certain lines etc.
  30. For more information read the doc-file.
  31.  
  32. In the unregistered version not all options work.
  33.  
  34.  
  35. DISCLAIMER
  36.  
  37.     This copy is unregistered. For registration read the doc-file.
  38.  
  39.     The program and files in this distribution are freely distributable.
  40. No commercial usage is permitted without written permission from the
  41. author. Everything in this distribution must be kept together, in original,
  42. unmodified form.
  43.  
  44.                       *************************
  45.  
  46.  
  47. ***********************************************************************
  48. * Notice that the author can't be made responsible for the destroying *
  49. * or lost of data through use of this program. You use it on your own *
  50. * risc. Please read carefully the Doc-file before using.              *
  51. ***********************************************************************
  52.  
  53. AUTHOR
  54.  
  55.  
  56.  E-Mail:  wernerr@iee1.et.tu-dresden.de
  57.       rw2@irz.inf.tu-dresden.de
  58.  
  59.  URL:      http://home.pages.de/~wernerr
  60.       http://www.inf.tu-dresden.de/~rw2
  61.       http://eeetw0.et.tu-dresden.de:8080/~wernerr
  62.  
  63.  S-Mail:  Rüdiger Werner
  64.       Stresemannplatz 2
  65.       01309 Dresden
  66.       GERMANY
  67.  
  68. Contents
  69.  
  70.  sort        21232 Bytes
  71.  sort_engl    20788 Bytes
  72.  sort.doc     8043 Bytes
  73.  sort.readme
  74.  History
  75.  
  76.  
  77.  
  78. Rüdiger
  79.